home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true && _root.even7 > 4)
- {
- _root.even7 = 6;
- _root.TUTS.nextFrame();
- _root.take = 7;
- _root.sfx.gotoAndStop(3);
- }
- if(_root.micon._currentframe == 2 && _root.even7 > 2)
- {
- _root.even7 = 4;
- _root.TUTS.nextFrame();
- _root.next_dis1 = 2;
- _root.next_txt1 = "ItΓÇÖs the keys to the house and my car outside";
- }
- _root.txt_number = 0;
- }
- }
-